(calc-dispatch): Remove unnecessary `sit-for'.
authorJay Belanger <jay.p.belanger@gmail.com>
Tue, 12 Sep 2006 16:58:31 +0000 (16:58 +0000)
committerJay Belanger <jay.p.belanger@gmail.com>
Tue, 12 Sep 2006 16:58:31 +0000 (16:58 +0000)
lisp/calc/calc.el

index bbb80bebc1d24686103a6690acf1115b8327f329..35b7c19cf1a13f5cd201f665330b29585e686014 100644 (file)
@@ -1101,7 +1101,7 @@ If nil, selections displayed but ignored.")
 (defun calc-dispatch (&optional arg)
   "Invoke the GNU Emacs Calculator.  See `calc-dispatch-help' for details."
   (interactive "P")
-  (sit-for echo-keystrokes)
+;  (sit-for echo-keystrokes)
   (condition-case err   ; look for other keys bound to calc-dispatch
       (let ((keys (this-command-keys)))
        (unless (or (not (stringp keys))